Scheduler for UWP
ExportAsync(Stream,IList<Appointment>,FileFormatEnum) メソッド

C1.UWP.Schedule アセンブリ > C1.C1Schedule 名前空間 > C1ScheduleStorage クラス > ExportAsync メソッド : ExportAsync(Stream,IList<Appointment>,FileFormatEnum) メソッド
予定データのエクスポート先のストリームを指定する System.IO.Streamオブジェクト。
エクスポートする System.Collections.Generic.IList`1
FileFormatEnum値。
予定のデータを指定された形式のストリームにエクスポートします。
シンタックス
'宣言
 
Public Overloads Function ExportAsync( _
   ByVal stream As System.IO.Stream, _
   ByVal appointments As System.Collections.Generic.IList(Of Appointment), _
   ByVal format As FileFormatEnum _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task ExportAsync( 
   System.IO.Stream stream,
   System.Collections.Generic.IList<Appointment> appointments,
   FileFormatEnum format
)

パラメータ

stream
予定データのエクスポート先のストリームを指定する System.IO.Streamオブジェクト。
appointments
エクスポートする System.Collections.Generic.IList`1
format
FileFormatEnum値。

戻り値の型

戻り値はありません。
参照

C1ScheduleStorage クラス
C1ScheduleStorage メンバ
オーバーロード一覧